home *** CD-ROM | disk | FTP | other *** search
- global PauseSS, picsPast, soundCard
-
- on mouseDown me
- startTimer()
- if PauseSS = 1 then
- if soundCard = 0 then
- picsPast = picsPast + 1
- sprite(1).memberNum = sprite(1).memberNum + 1
- sprite(2).memberNum = sprite(2).memberNum + 1
- end if
- set the memberNum of sprite 100 to 8
- else
- if PauseSS = -1 then
- set the memberNum of sprite 100 to 7
- end if
- end if
- PauseSS = -PauseSS
- end
-